== CONFMOMI                                                 version 3.09
========================================================================
== This is the MOMI configuration file.  It is read once every time   ==
==  MOMI is started.  A change in this file requires a restart of     ==
==  MOMI to take affect.                                              ==
==                                                                    ==
== The general format of this file is 'keyword' usually followed by a ==
==  value.  Keywords are not case sensitive.                          ==
==                                                                    ==
== Comment lines start with a == .                                    ==
==                                                                    ==
== Fields containing <text> are used to signify locations you         ==
==   change.  Remove the < > characters.                              ==
==                                                                    ==
== To aid in configuration, several keywords are provided below.      ==
==  Remove the == and any < > altering these fields as needed.        ==
==                                                                    ==
== Refer to the MOMI help for the full list of CONFMOMI keywords.     ==
==                                                                    ==
== If the password is commented out, MOMI operates in a limited mode  ==
==  generally 1-year after the software release.                      ==
========================================================================

== keyword           value
== -------           -----
                                                == Description of system
System-description   "<My-System-Description>"

                                                == BWMOMI password
== Password <your-password-here>



                                                == TCP/IP process, address
                                                ==  (* -> all) and port
                                                ==  the MOMI server listens
Tcpip-Listen  $ztc0  *  2010


==----------------------------------------------------------------------
== the lines following are provided to aid configuration.
==
== to use a keyword, remove the comment character (==) and < > then set
==  then value after the keyword.  note that $disk.subvol are for
==  example only.
==----------------------------------------------------------------------


                                                == to activate history,
                                                ==  provide a disk file
                                                ==  location and remove the
                                                ==  comment characters (==).
                                                ==  MOMI will automatically
                                                ==  create the file. use FUP
                                                ==  to alter the maxextents
                                                ==  of the file as needed.

== Hst01db  <$disk.subvol.hst01db>              == MOMI history database
== Hst02db  <$disk.subvol.hst02db>              == MOMI history database
== Hst03db  <$disk.subvol.hst03db>              == MOMI history database
== Hst04db  <$disk.subvol.hst04db>              == MOMI history database

                                                == if you use Spooler plus,
                                                ==  provide the object file
                                                ==  location of the spooler
                                                ==  superviser (SPOOL).  MOMI
                                                ==  identifies spoolers by
                                                ==  object file name.

                                                == identify Spooler Plus
						==  object file name
== Fname-spooler-plus-01  <$disk.subvol.spool>


==----------------------------------------------------------------------
== In order for MOMI to send email, the following are supplied:
==
==   1) DNS name or IP of the SMTP (i.e. outbound Email) server
==   2) the return email address
==   3) a portion of the email address to activate the HELO protocol
==       (needed by some SMTP servers)
==
==   optionally
==
==   4) TCP/IP process to use for SMTP communication
==       (the default is the first stack MOMI listens [i.e. TCPIP-LISTEN]
==        specified eariler in this file)
==
== to use a keyword, remove the comment character (==) and < > then set
==  then value after the keyword.
==----------------------------------------------------------------------

                                                == TCP/IP address of SMTP
                                                ==  server
== Alarm-smtp-server-addr  <DNS-or-IP>

                                                == the source or return email
                                                ==  address for MOMI alarms
== Alarm-email-address-from  <alarm@mycompany.com>


                                                == SMTP domain name
                                                ==  My email address is
                                                ==  fred@fredsco.com so
                                                ==  my domain name is
                                                ==  fredsco.com
== Alarm-domain-name  <mycompany.com>


                                                == TCP/IP process used to
                                                ==  communicate with SMTP
                                                ==  server
						==  (not always needed)
== Alarm-smtp-tcpip-name  <$TCP-Stack>


==----------------------------------------------------------------------

                                                == Sets the default
						==  location in the MOMI
						==  client to helps users
            					==  find the VHS
                                                ==  log file location
== Selection-default-VHS  <$disk.subvol>


==----------------------------------------------------------------------
== in order to allow MOMI to adjust the system time, the following
==  must be supplied:
==
==   1) an NTP server (DNS or IP address)
==
==  optionally:
==
==   2) TCP/IP process to use for SNTP communication
==      (the default is the first stack MOMI listens [i.e. TCPIP-LISTEN]
==        specified eariler in this file)
==
==   3) allow MOMI to adjust system time (the default is a preview mode
==       or no adjustments are made)
==
== to use a keyword, remove the comment character (==) and < > then set
==  then value after the keyword (there is no value after
==  sntp-allow-adjustment)
==----------------------------------------------------------------------

                                                == NTP server
                                                ==  (single IP address or a
                                                ==   DNS entry that may refer
                                                ==   to one or more servers)
== sntp-server-addr <DNS-or-IP>
== sntp-server-addr us.pool.ntp.org


                                                == specify TCP/IP stack name
                                                ==  (not always needed)
== sntp-tcpip-name  <$TCP-Stack>


                                                == Allow MOMI to adjust
                                                ==  the System time (without
                                                ==  this keyword MOMI will
                                                ==  determine time difference
                                                ==  but will not perform
                                                ==  any adjustment
                                                ==  (i.e. preview mode)
== sntp-allow-adjustment
